CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - face recognition with svm

搜索资源列表

  1. 人脸识别程序SVM,matlab的

    2下载:
  2. 人脸识别程序SVM,matlab的……初次上传多多指教,Face Recognition procedures SVM, matlab ... ... the initial upload of the exhibitions
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-22
    • 文件大小:1987
    • 提供者:rao
  1. PCA-SVM-face-recognition

    1下载:
  2. 用PCA 和 SVM 做的人脸识别程序,与大家分享!-To do with PCA and SVM face recognition program, to share with you!
  3. 所属分类:Graph program

    • 发布日期:2016-04-19
    • 文件大小:230400
    • 提供者:FYAC
  1. FaceRec

    2下载:
  2. 基于matlab2008的人脸识别系统,使用了PCA +Adaboost与PCA+SVM分别实现了人脸识别,使用了orl人脸库,给一个人的图片就可以识别此人身份,识别率高达84 -Matlab2008 face recognition system based on use of the PCA + Adaboost achieved with the PCA+ SVM face recognition, respectively, using the orl face database
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-06
    • 文件大小:16052224
    • 提供者:周天
  1. face-recognition

    0下载:
  2. 含有PCA经典人脸识别方法和PCA+SVM人脸识别方法-Classical Face Recognition with PCA and PCA+ SVM face recognition method
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-23
    • 文件大小:7271997
    • 提供者:xiaoxiongaa
  1. KPCAandSVM

    1下载:
  2. KPCA与SVM共同用于人脸识别 SVM提高了分类效果 KPCA是一种借鉴SVM中核函数的一种较好的特征提取方法-KPCA and SVM for face recognition SVM together to improve the classification results from KPCA is a kernel function in SVM a better feature extraction method
  3. 所属分类:Document

    • 发布日期:2017-03-30
    • 文件大小:224202
    • 提供者:付赛男
  1. PSO-SVMface

    0下载:
  2. 基于PSO训练SVM的人脸识别 利用支持向量机在学习能力方面表现的良好性能,结合核主元分析特征提取方法,将其应用于人脸识别中,该方法在实验中表现了良好的识别性能,为人脸识别领域提供了一条新的识别途径-PSO-based SVM for face recognition training using support vector machine learning ability in the performance of good performance, combined with KPCA
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1098194
    • 提供者:彭伟
  1. SVMface

    0下载:
  2. 用SVM实现人脸特征提取和识别,用matlab编写,和结果分析-A matlab code of SVM for face recognition
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:284273
    • 提供者:xiaoxiran
  1. SVMFaceRecognition

    0下载:
  2. SVM支持向量机用于人脸识别领域的经典算法,非常有用-An algorithm of SVM used to face recognition
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:55764
    • 提供者:Michal
  1. 2DLDAwiththeSVM-basedfacerecognitionalgorithm

    0下载:
  2. 二维线性鉴别分析(2DLDA)算法能有效解决线性鉴别分析(LDA)算法的“小样本”效应,支持向量机 (SVM)具有结构风险最小化的特点,将两者结合起来用于人脸识别。首先,利用小波变换获取人脸图像的低频分量,忽 略高频分量:然后,用2DLDA算法提取人脸图像低频分量的线性鉴别特征,用“一对多”的SVM 多类分类算法完成人脸 识别。基于ORL人脸数据库和Yale人脸数据库的实验结果验证了2DLDA+SVM算法应用于人脸识别的有效性。-”Small sample size”problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:236393
    • 提供者:费富里
  1. zhichi

    0下载:
  2. 主要用于MATLAB的SVM的人脸识别功能,有具体的代码可以查询-MATLAB-SVM is mainly used for face recognition function, there is a specific code that can query
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:2176
    • 提供者:陈杰
  1. PCA-SVM

    1下载:
  2. 人脸识别程序 程序源代码可见 识别精度高PCA-SVM-Face Recognition program PCA-SVM
  3. 所属分类:Special Effects

    • 发布日期:2016-10-13
    • 文件大小:11334
    • 提供者:李帆
  1. KPCA

    6下载:
  2. 在ORL或Yale标准人脸数据库上完成模式识别任务。用PCA与基于核的PCA(KPCA)方法完成人脸图像的重构与识别试验. -Or Yale in the ORL face database, complete the standard pattern recognition tasks. With the PCA and kernel-based PCA (KPCA) method to complete the reconstruction of face image and reco
  3. 所属分类:matlab例程

    • 发布日期:2013-10-07
    • 文件大小:1149
    • 提供者:李海
  1. KPC-svm

    0下载:
  2. this program implement a pca_svm face recognition
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1708
    • 提供者:samira
  1. gabor-pca

    3下载:
  2. 本程序是先用gabor小波变换对人脸图像处理,然后在用pca进行降维,最后用svm分类器进行多分类分类识别,包扩完整的orl人脸库,需注意的是,svm工具箱是用的libsvm工具箱,运行前先配置好libsvm。版本号:libsvm-mat-2[1].89-3[FarutoUltimate3.0]-This procedure is to use the human face gabor wavelet transform image processing, and then to reduce
  3. 所属分类:Graph Recognize

    • 发布日期:2014-04-25
    • 文件大小:11366400
    • 提供者:
  1. PCA-and-SVM-Face-recognition

    1下载:
  2. 采用PCA对人脸特征进行抽取,用SVM多累分类器对人脸进行识别,有操作界面-Using PCA for facial feature extraction, and more tired with the SVM classifier for face identification, a user interface
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-26
    • 文件大小:9036729
    • 提供者:钟佩
  1. fdsvm11

    0下载:
  2. Gabor与svm的人脸识别程序,能够运行,七个文件 写的不错 很有参考价值 先分类 后识别人脸-Gabor face recognition with svm program to run, seven documents useful reference for writing a good face recognition after the first classification
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-03
    • 文件大小:161539
    • 提供者:晒太阳
  1. 4

    0下载:
  2. 本程序实现了用svm实现人脸表情的识别,很精确的结果,具有很高的识别效果-This application implements with face recognition of the SVM realize expression, very accurate results, has the very high recognition result
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-08
    • 文件大小:9439
    • 提供者:sun
  1. 2

    0下载:
  2. 本程序用kpca,pls,svm来实现人脸识别,表情分辨效果明显,分辨率为百分之九十七-This program with kpca, PLS, SVM to achieve face recognition, the facial expression distinguish effect is obvious, the resolution is ninety-seven percent nine percent
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-14
    • 文件大小:4956
    • 提供者:
  1. face-gabor-pca

    0下载:
  2. 基于gabor的人脸识别 带有pca降维 最后用svm识别-Finally, svm pca dimensionality reduction recognition with face recognition based on gabor
  3. 所属分类:Graph program

    • 发布日期:2017-05-27
    • 文件大小:9350193
    • 提供者:dd
  1. face_recognition

    0下载:
  2. Face recognition with SVM
  3. 所属分类:Other systems

    • 发布日期:2017-05-16
    • 文件大小:3723674
    • 提供者:taatyaa
« 12 »
搜珍网 www.dssz.com